SftTabs/NET 6.0

StyleInfoEnum Enumeration

Softel vdm, Inc.

Used with the StyleInfo property to provide information about the current tab control style (Style property).

Syntax      StyleInfoEnum Enumeration (Softelvdm.SftTabsNET)

VB   

Public Enum StyleInfoEnum

C#   

public enum StyleInfoEnum

C++   

public enum class StyleInfoEnum


Member

Value

Description

Scrollable

1

Scrollable tabs are supported by the current tab control style.

Margins

2

Left and right margins (LeftMargin, RightMargin properties) are supported by the current tab control style.

MultiRow

4

One and multiple tab rows (Rows property) are supported by the current tab control style.

ClientArea

8

An optional client area is supported by the current tab control style.

Themed

16

Windows themes are supported by the current tab control style (provided the underlying operating system supports these and themes are enabled).

WinCE

32

The current tab control style is supported with .NET Compact Framework.

Horizontal

64

The current tab control style has a horizontal layout. If this flag is not provided by the StyleInfo property, the tab control has a vertical layout.

Dual

4096

The current tab control style is a dual sided tab control, with tabs along the left and right (or top and bottom).

Comments

The StyleInfoEnum enumeration is used with the StyleInfo property to provide information about the current tab control style (Style property).


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com